home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
pgm_tool
/
lu62
/
include
/
preptrcv.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-03
|
410b
|
16 lines
struct p_rcv {
/*
* This is Prepare_to_receive record.
*/
char rsrv1[12]; /* Required for PORT */
unsigned int code; /* Verb operation code */
unsigned char e_cd; /* Verb extension code */
unsigned char rsrv2[5];
unsigned int prim_rc; /* Primary ret code */
unsigned long sec_rc; /* Secondary ret. code */
char tp_id[8];
unsigned long conv_id;
unsigned char type;
unsigned char locks;
};